From 0d6fbc1e3f21282bcde3aa617c9ce096cb57cb11 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 13 Sep 2007 16:20:41 +0000 Subject: [PATCH] Fix typo in dg-100 comment. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3006 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/dg-100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/dg-100.c b/gpsbabel/dg-100.c index d6c10d682..02877cee0 100644 --- a/gpsbabel/dg-100.c +++ b/gpsbabel/dg-100.c @@ -326,7 +326,7 @@ dg100_recv_byte() int result; /* allow for a delay of 40s; - * eraseing the whole DG-100 memory takes about 21s */ + * erasing the whole DG-100 memory takes about 21s */ result = gbser_readc_wait(serial_handle, 40000); switch(result){ case gbser_ERROR: -- 2.30.2